Mastering Data Analysis with R by Gergely Daróczi
Author:Gergely Daróczi
Language: eng
Format: epub
Publisher: Packt Publishing
Some other metrics
And, of course, we can use the standard data analysis tools as well after quantifying our package descriptions a bit. Let's see, for example, the length of the documents in the corpus:
> vnchar <- sapply(v, function(x) nchar(x$content)) > summary(vnchar) Min. 1st Qu. Median Mean 3rd Qu. Max. 2.00 27.00 37.00 39.85 50.00 168.00
So, the average package description consists of around 40 characters, while there is a package with only two characters in the description. Well, two characters after removing numbers, punctuations, and the common words. To see which package has this very short description, we might simply call the which.min function:
> (vm <- which.min(vnchar)) [1] 221
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(16234)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(7674)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(7655)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(7529)
Driving Data Quality with Data Contracts by Andrew Jones(7292)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(7290)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(7029)
Learning SQL by Alan Beaulieu(6237)
Weapons of Math Destruction by Cathy O'Neil(6214)
Big Data Analysis with Python by Ivan Marin(5933)
Data Engineering with dbt by Roberto Zagni(4930)
Solidity Programming Essentials by Ritesh Modi(4565)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(4399)
Pandas Cookbook by Theodore Petrou(4086)
Blockchain Basics by Daniel Drescher(3540)
Natural Language Processing with Java Cookbook by Richard M. Reese(3143)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(3042)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2929)
Feature Store for Machine Learning by Jayanth Kumar M J(2925)